Revert "set the G_PARAM_CONSTRUCT flag on the GtkWindow:application property"
authorRyan Lortie <desrt@desrt.ca>
Tue, 17 Jan 2012 15:55:50 +0000 (10:55 -0500)
committerRyan Lortie <desrt@desrt.ca>
Tue, 17 Jan 2012 15:56:30 +0000 (10:56 -0500)
This reverts commit d4fe912879ce1b19490ba5729f67a27b1cf397c9.

This patch caused some unanticipated compatibility issues.

gtk/gtkwindow.c

index 62b9ac07344c003e3f532b98f28273f6b44b8853..93eb4a760b975137d7263095f7e79aadb9cc8840 100644 (file)
@@ -1044,7 +1044,7 @@ gtk_window_class_init (GtkWindowClass *klass)
                                                         P_("GtkApplication"),
                                                         P_("The GtkApplication for the window"),
                                                         GTK_TYPE_APPLICATION,
-                                                        GTK_PARAM_READWRITE | G_PARAM_CONSTRUCT | G_PARAM_STATIC_STRINGS));
+                                                        GTK_PARAM_READWRITE | G_PARAM_STATIC_STRINGS));
 
   window_signals[SET_FOCUS] =
     g_signal_new (I_("set-focus"),